home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 1786 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  5.1 KB

  1. From: hohmuth@inf.tu-dresden.de (Michael Hohmuth)
  2. From: "Nicholas S Castellano" <entropy@terminator.rs.itd.umich.edu>
  3. From: Howard Chu <hyc@hanauma.jpl.nasa.gov>
  4. From: Juergen Lock <nox@jelal.north.de>
  5. From: Juergen Lock <nox@jelal.north.de>
  6. From: Juergen Lock <nox@jelal.north.de>
  7. From: Juergen Lock <nox@jelal.north.de>
  8. From: Juergen Lock <nox@jelal.north.de>
  9. From: Robert Krenn <d93rkr@tex13.hfb.se>
  10. From: Julian_Reschke@ms.maus.de (Julian Reschke)
  11. Subject: mint-1.10h8
  12. Subject: Tsetitimer()
  13. Subject: Psigintr, sorry for the delay
  14. Subject: Re: Rsconf problems under MiNT 1.10h6
  15. Subject: Re: Rsconf problems under MiNT 1.10h6
  16. Subject: Re: Rsconf problems under MiNT 1.10h6
  17. Subject: Re: Rsconf problems under MiNT 1.10h6
  18. Subject: Re: Rsconf problems under MiNT 1.10h6
  19. Subject: [PATCH] Wich patchlevel?! 
  20. Subject: Patches
  21. Date: Thu, 28 Jul 1994 20:37:24 +0200 (MET DST)
  22. From: hohmuth@inf.tu-dresden.de (Michael Hohmuth)
  23. Organization: Dept. of Computer Science, TU Dresden, Germany
  24. Mime-Version: 1.0
  25.  
  26. I've put up an eigth re-sync patch...
  27.  
  28. *** PLEASE NOTE:  Wrt the ftp server, everything is back to normal,
  29. *** i.e. the patches are at the usual places again.
  30.  
  31. Now available via ftp from ftp.inf.tu-dresden.de:
  32.  
  33.     pub/atari/Mint/Kernel/mint-1.10h7-1.10h8-diffs.gz
  34.         Diffs against the kernel patched with the first seven patches.
  35.  
  36.     pub/atari/Mint/Kernel/mint-1.10-1.10h8-diffs.gz
  37.         Diffs against the virgin kernel.
  38.  
  39. You can also get this via email by sending a message to
  40. ftpmail@ftp.inf.tu-dresden.de containing this text in the message body:
  41.  
  42.     send pub/atari/Mint/Kernel/mint-1.10h7-1.10h8-diffs.gz
  43. or
  44.     send pub/atari/Mint/Kernel/mint-1.10-1.10h8-diffs.gz
  45.  
  46. After my .sig are the last few commit messages.
  47.  
  48. Bye,
  49. Michael
  50. -- 
  51. Email: hohmuth@inf.tu-dresden.de
  52. WWW:   http://www.inf.tu-dresden.de/~mh1/
  53.  
  54. **************************************
  55.  
  56. From: "Nicholas S Castellano" <entropy@terminator.rs.itd.umich.edu>
  57. Subject: Tsetitimer()
  58. Message-Id: <199407222124.RAA13226@terminator.rs.itd.umich.edu>
  59.  
  60. dos.c, proc.c, proc.h, proto.h:
  61.         Here's an implementation of Tsetitimer(), providing interval timers
  62.         like the BSD setitimer()/getitimer() system calls.
  63.  
  64. **************************************
  65.  
  66. From: Howard Chu <hyc@hanauma.jpl.nasa.gov>
  67. Subject: Psigintr, sorry for the delay
  68. Message-Id: <9407222236.AA03041@hanauma>
  69.  
  70. dos.c, dosmem.c, dossig.c, intr.spp, proto.h:
  71.         add new system call Psigintr()
  72.  
  73. **************************************
  74.  
  75. From: Juergen Lock <nox@jelal.north.de>
  76. Subject: Re: Rsconf problems under MiNT 1.10h6
  77. Message-Id: <9407222014.AA00271@jelal.north.de>
  78.  
  79. biosfs.c, proc.c, xbios.c:
  80.         init_xbios gets called pretty late (after biosfs_init), move some
  81.         initialisation code...
  82.  
  83. **************************************
  84.  
  85. From: Juergen Lock <nox@jelal.north.de>
  86. Subject: Re: Rsconf problems under MiNT 1.10h6
  87. Message-Id: <9407222014.AA00271@jelal.north.de>
  88.  
  89. quickmov.spp:
  90.         default no XDEF _bcopy, for gcc 2.3.3 you can -DXDEF_BCOPY
  91.         (and save 1 more word)
  92.  
  93. **************************************
  94.  
  95. From: Juergen Lock <nox@jelal.north.de>
  96. Subject: Re: Rsconf problems under MiNT 1.10h6
  97. Message-Id: <9407222014.AA00271@jelal.north.de>
  98.  
  99. bios.c, biosfs.c:
  100.         TOS 1.(0)2 had xcon* already...  (or was it too buggy? :)
  101.         so use it
  102.  
  103. **************************************
  104.  
  105. From: Juergen Lock <nox@jelal.north.de>
  106. Subject: Re: Rsconf problems under MiNT 1.10h6
  107. Message-Id: <9407222014.AA00271@jelal.north.de>
  108.  
  109. biosfs.c, pipefs.c, tty.c:
  110. fix ^S on ptys, allow sleeping for TS_HOLD (only on devices that have
  111. writeb for compatibility with older ones so it currently only works on
  112. ptys), and some more things like pty master read end looks at TS_HOLD too
  113. to reduce delay.  devices that have writeb are now notified when TS_HOLD
  114. changes (ioctl TIOCSTART/STOP) but they still don't need to wake writers
  115. themselves unless they change TS_HOLD themselves.
  116.  
  117. **************************************
  118.  
  119. From: Juergen Lock <nox@jelal.north.de>
  120. Subject: Re: Rsconf problems under MiNT 1.10h6
  121. Message-Id: <9407222014.AA00271@jelal.north.de>
  122.  
  123. proc.c:
  124.         that silly ENOMEM-because-process-did-not-Mshrink-yet
  125.         `feature' again...  will this be finally enough so i don't see
  126.         it again? :)
  127.         [ increase time slice for newly started processes by TIME_SLICE ]
  128.  
  129. **************************************
  130.  
  131. From: Robert Krenn <d93rkr@tex13.hfb.se>
  132. Subject: [PATCH] Wich patchlevel?! 
  133. Message-Id: <Pine.3.89.9407281343.A27280-0100000@tex13>
  134.  
  135. main.c, version.h:
  136.     This little patch fixes the anoying version problem!?
  137.     It simply shows the megapatch level in the welcome message of MiNT!
  138.  
  139. **************************************
  140.  
  141. From: Julian_Reschke@ms.maus.de (Julian Reschke)
  142. Subject: Patches
  143. Message-Id: <P10833@MS.maus.de>
  144.  
  145. bios.c, biosfs.c, filesys.c, main.c, mem.c, pipefs.c, proc.c, proto.h, 
  146. quickmov.spp, tty.c:
  147.         make Pure C happy again
  148.  
  149. **************************************
  150.  
  151. intr.spp:
  152.         fix typo in Howard's last patch:  "asmtrans -gas" doesn't grok
  153.         "($59e.w)", so change that to "($59e).w".  --hohmuth
  154.  
  155. **************************************
  156.  
  157. README.1ST, version.h: update.  --hohmuth
  158.